gtkatspicomponent: Don't return unitialized stack data as screen positions of widgets
authorLukáš Tyrychtr <ltyrycht@redhat.com>
Thu, 15 Jun 2023 07:06:30 +0000 (09:06 +0200)
committerLukáš Tyrychtr <ltyrycht@redhat.com>
Thu, 15 Jun 2023 07:06:30 +0000 (09:06 +0200)
commitcb3045bf385101bbc3591453088d8a5f2c506396
tree6a8dbb0d38ecd20ce6fead6773543191af375408
parent447d1fab620723c3245b411d7bc7dc48be693f39
gtkatspicomponent: Don't return unitialized stack data as screen positions of widgets

We can not compute the correct value, but that does not mean we should return
basically random values from an unitialized stack space.

Rather than that behavior, return zeros concistently.
gtk/a11y/gtkatspicomponent.c